crypto/x509.Certificate.hasSANExtension (method)

3 uses

	crypto/x509 (current package)
		constraints.go#L537: 		if !c.hasSANExtension() {
		verify.go#L113: 	if !c.hasSANExtension() && matchHostnames(c.Subject.CommonName, splitHostname(h.Host)) {
		x509.go#L920: func (c *Certificate) hasSANExtension() bool {